NevronOpenVision
Nevron.Nov.Data Namespace / NReflectionObjectsDataTable<TItem> Class
Fields Properties Methods


In This Topic
    NReflectionObjectsDataTable<TItem> Class Members
    In This Topic

    The following tables list the members exposed by NReflectionObjectsDataTable<TItem>.

    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Determines whether the data table supports the AddRow operation  
    Public PropertyOverridden. Determines whether the data table supports the InsertRow operation  
    Public PropertyOverridden. Gets the count of columns in the data source  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Gets the column index of the column with the specified name  
    Public MethodOverloaded. Overridden. Gets the type of the column at the specified index  
    Public MethodOverloaded. Overridden. Gets the value for a given [row:col]  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled to build type information about the type of objects contained in the data table. This implementation uses reflection to determine the public properties of the objects of the specified type.  
    Protected MethodOverloaded. Overridden. Inserts a new row with the specified values, at the specified index, if CanInsertRow is true  
    Protected MethodOverridden. Sets the value for a given [row:col], if CanSetValue is true  
    Top
    See Also